git-random-getrandom
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 10 Sep 2022 22:05:13 +0000 (23:05 +0100)
committerAurelien Jarno <aurel32@debian.org>
Sat, 10 Sep 2022 22:05:13 +0000 (23:05 +0100)
commitf8c8bb7c5a287d2978ec69e7e7a597b5e61aaec7
treeaa49beb59614a08c929ceb525f0ebd5e4689a066
parent4874f00573f768e11c910dbaf94c2e6a9a8e1c36
git-random-getrandom

commit 33e8e95cbd0d6724553f390142d4b11352d59dd0
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Thu Dec 30 21:25:24 2021 +0100

    hurd: Make getrandom a stub inside the random translator

    glibc uses /dev/urandom for getrandom(), and from version 2.34 malloc
    initialization uses it. We have to detect when we are running the random
    translator itself, in which case we can't read ourself.

commit edb5ab841a049c8a8267ebc4d537eec690952daa
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Jan 1 17:51:18 2022 +0100

    hurd: Use __trivfs_server_name instead of trivfs_server_name

    The latter violates namespace contraints

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-random-getrandom.diff
sysdeps/mach/hurd/getrandom.c